home *** CD-ROM | disk | FTP | other *** search
- drag_coeff 0.01
- gravity 2.2
-
- ;-------------------------------------------------------
- phasestart
-
- clear_flag all
-
- create hero "helicopter"
- label "hafrica"
- position 59626 -2697 274609
- forward -0.5 0 -0.8 up 0 1 0
- armed_with "PURPLE LASER" rate 2
- secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
- attacking
- task
- patrol
- point 59626 -2697 274609
- point 69626 -2697 274609
- end
-
- create "helicopter"
- label "harctic"
- position 89626 -2697 274609
- forward -0.5 0 -0.8 up 0 1 0
- armed_with "PURPLE LASER" rate 2
- secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
- attacking
- task
- patrol
- point 89626 -2697 274609
- point 99626 -2697 274609
- end
-
- create "helicopter"
- label "hoceanic"
- position 129626 -2697 274609
- forward -0.5 0 -0.8 up 0 1 0
- armed_with "PURPLE LASER" rate 2
- secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
- attacking
- task
- patrol
- point 129626 -2697 274609
- point 139626 -2697 274609
- end
-
- create "helicopter"
- label "hflorida"
- position 159626 -2697 274609
- forward -0.5 0 -0.8 up 0 1 0
- armed_with "PURPLE LASER" rate 2
- secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
- attacking
- task
- patrol
- point 159626 -2697 274609
- point 169626 -2697 274609
- end
-
- create "helicopter"
- label "hmoon"
- position 189626 -2697 274609
- forward -0.5 0 -0.8 up 0 1 0
- armed_with "PURPLE LASER" rate 2
- secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
- attacking
- task
- patrol
- point 189626 -2697 274609
- point 199626 -2697 274609
- end
-
- create "helicopter"
- label "halien"
- position 219626 -2697 274609
- forward -0.5 0 -0.8 up 0 1 0
- armed_with "PURPLE LASER" rate 2
- secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
- attacking
- task
- patrol
- point 219626 -2697 274609
- point 229626 -2697 274609
- end
-
- camera
- attached_to "hafrica"
- position 600 -300 -600
- pointing_at "hafrica"
- dolly 0
- pause 200
- camera
- attached_to "harctic"
- position 600 -300 -600
- pointing_at "harctic"
- dolly 0
- pause 200
- camera
- attached_to "hoceanic"
- position 600 -300 -600
- pointing_at "hoceanic"
- dolly 0
- pause 200
- camera
- attached_to "hflorida"
- position 600 -300 -600
- pointing_at "hflorida"
- dolly 0
- pause 200
- camera
- attached_to "hmoon"
- position 600 -300 -600
- pointing_at "hmoon"
- dolly 0
- pause 200
- camera
- attached_to "halien"
- position 600 -300 -600
- pointing_at "halien"
- dolly 0
- pause 100
- ;-------------------------------------------------------
- ;END OF SCENARIO
- ;-------------------------------------------------------
-